home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 999 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: news.MWCI.NET!usenet
  2. From: stuffle@pcii.net
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Unix + Windows C++ alternatives?
  5. Date: 9 Jan 1996 00:21:35 GMT
  6. Organization: MidWest Communications, Inc.
  7. Message-ID: <4cscef$pta@hihat.mwci.net>
  8. References: <4chur4$78p@newsbf02.news.aol.com>
  9. Reply-To: stuffle@pcii.net
  10. NNTP-Posting-Host: lan-pm1-12.pcii.net
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. In <4chur4$78p@newsbf02.news.aol.com>, fishwre@aol.com (FISHWRE) writes:
  14. >I'm looking for the best C++ product which can compile code for both
  15. >Windows and Unix.  My requirements are:
  16. >- ODBC connectivity
  17. >- TCP/IP library
  18. >- simple GUI functions
  19. >- all the cross-platform library functions I can get
  20. >
  21. >I'd prefer to go with Visual C++ but I highly doubt it compiles on Unix. 
  22.  
  23. I believe the only cross platteform capability that you will get for MFC and
  24. MSVC++ is with the MacOS.
  25.  
  26. >I can tolerate different compilers, but the code must at least be portable
  27. >between the two platforms.
  28. >
  29.  
  30. Then look into a framework like zAPP.  No matter what compiler you 
  31. choose to go with, a framework like MFC or OWL will really only get
  32. you Windoze and MacOS for MFC, and OS/2 to some degree with OWL.
  33.  
  34. >I've read that Watcom is the best cross-platform product.  Any thoughts?
  35. >
  36.  
  37. Not for UNIX.  I do not think it targets any flavour of UNIX.  Plus, the windows
  38. framework it ships with is MFC, which as I stated before, is not going to give
  39. you any UNIX portability.
  40.  
  41. I would highly suggest you look into one of the cross-platteform frameworks
  42. (like zAPP, or XVT) and then see which compilers they support best.
  43.  
  44. BTW, if you were looking for a cheap solution, this definitely ain't it!!
  45.  
  46. >Eric
  47.  
  48. HTH
  49.  
  50.                                 \\\|///
  51.                                 | ~ ~ |
  52.                                (- @ @ -)
  53. //------------------------oOOo----(_)----oOOo------------------------
  54. //  Ken Sodemann  (Stuffle)             |   Life is a lot easier
  55. //  Stuffle@PCII.NET                    |   when you are 
  56. //  http://users.mwci.net/~stuffle/     |   Warped!!
  57. //-------------------------------------------------------------------
  58.  
  59.